@charset "utf-8";

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/gilroy-regular.eot');
    src: url('../fonts/gilroy-regular.eot') format('embedded-opentype'), url('../fonts/gilroy-regular.woff2') format('woff2'), url('../fonts/gilroy-regular.woff') format('woff'), url('../fonts/gilroy-regular.ttf') format('truetype'), url('../fonts/gilroy-regular.svg#gilroy-regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Times New Roman, 'Baiduan Number';
    src: url('../fonts/baiduannumber.eot');
    src: url('../fonts/baiduannumber.eot') format('embedded-opentype'), url('../fonts/baiduannumber.woff') format('woff'), url('../fonts/baiduannumber.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "iconfont";
    /* Project id 3504445 */
    src: url('../fonts/iconfont.woff2') format('woff2'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype');
}

@font-face {
    font-family: "DINMittelschriftStd";
    src: url("../fonts/dinmittelschriftstd.woff2") format("woff2"), url("../fonts/dinmittelschriftstd.woff") format("woff"), url("../fonts/dinmittelschriftstd.ttf") format("truetype"), url("../fonts/dinmittelschriftstd.eot") format("embedded-opentype"), url("../fonts/dinmittelschriftstd.svg") format("svg");
}
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/niconfont.woff2?t=1681371472025') format('woff2'),
       url('../fonts/niconfont.woff?t=1681371472025') format('woff'),
       url('../fonts/niconfont.ttf?t=1681371472025') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0px;
    border: 0;
    font-size: 100%;
    outline: none;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0px;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html::-webkit-scrollbar {
    width: 12px;
    background: none;
}

html::-webkit-scrollbar-thumb {
    width: 12px;
    background: #C30517;
}

html::-webkit-scrollbar-corner {
    background: none;
}

html::-webkit-scrollbar:horizontal {
    height: 4px;
}

body {
    font: 14px/1.8 Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Helvetica, Arial, sans-serif;
    margin: 0 auto;
    color: #666;
    background-color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

strong {
    font-weight: bold;
}

img {
    border: 0;
}

input {
    outline: none;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
    border-radius: 0;
    font-family: Open Sans, PingFang SC, Hiragino Sans GB, Heiti SC, STHeiti, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Helvetica, Arial, sans-serif;
}

textarea {
    -webkit-appearance: none;
    border-radius: 0;
    outline: none;
    font-family: Open Sans, PingFang SC, Hiragino Sans GB, Heiti SC, STHeiti, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Helvetica, Arial, sans-serif;
}

::-moz-selection {
    background: #0055A2;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #0055A2;
    color: #fff;
    text-shadow: none;
}

select {
    outline: none;
}

select::-ms-expand {
    display: none;
}

table,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
}

a {
    text-decoration: none;
    blr: expression(this.onFocus=this.blur());
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:link,
a:visited {
    text-decoration: none;
}

a:active,
a:hover {
    text-decoration: none;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0px;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.eT {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.fc {
    text-align: center;
}

.fr {
    text-align: right;
}

.l {
    float: left;
    display: inline-block;
}

.r {
    float: right;
    display: inline-block;
}

.vt {
    vertical-align: top;
}

.vm {
    vertical-align: middle;
}

.inner {
    width: 1260px;
    margin: 0px auto;
}

.imgw {
    width: 100%;
    display: block;
}

.posr {
    position: relative;
}

.main {
    position: fixed;
    width: 100%;
    height: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 1999;
}

.main .desc {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.main .desc img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main .desc .t1 {
    margin-bottom: 50px;
}

.mi2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.action.main {
    -webkit-animation: mainscale 3s ease both;
    animation: mainscale 3s ease both;
}

@-webkit-keyframes mainscale {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(8);
        transform: scale(8);
    }
}

@keyframes mainscale {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(8);
        transform: scale(8);
    }
}

.btn-more {
    display: block;
    position: relative;
    width: 156px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border: 1px solid #D3232F;
    border-radius: 10px 0 10px 0;
    z-index: 2;
    transition: all .01s ease .23s;
    overflow: hidden;
    font-size: 14px;
    color: #D3232F;
}

.btn-more:before {
    background: #C30517;
    z-index: -1;
    transition: all .3s cubic-bezier(.25, .46, .45, .94)
}

.btn-more:after,
.btn-more:before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    height: 100%;
    width: 100%
}

.btn-more:after {
    background: #D3232F;
    z-index: -2;
    transition: all .4s cubic-bezier(.25, .46, .45, .94) .02s
}

.btn-more .txt {
    transition: all .3s cubic-bezier(.25, .46, .45, .94)
}

.btn-more:hover {
    cursor: pointer;
    color: #fff
}

.btn-more:hover:before {
    left: 0;
    width: 100%;
    transition: all .3s cubic-bezier(.55, .085, .68, .53) .02s
}

.btn-more:hover:after {
    left: 0;
    width: 100%;
    transition: all .3s cubic-bezier(.55, .085, .68, .53)
}

.btn-more:hover .txt {
    color: #fff
}

.main-more {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -12%;
    display: block;
}

.top a:link,
.top a:visited {
    color: #181D21;
}

.top a:active,
.top a:hover {
    color: #C30517;
}

.top {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    z-index: 1000;
    background-color: #fff;
    transition: .3s;
}

.ptop.top {
    box-shadow: 0 0 6px rgb(0 0 0 / 10%);
}

.logo {
    float: left;
    margin: 31px 0 0 3%;
}

.logo a {
    display: block;
    /*height: 42px;*/
    position: relative;
}

.logo img {
    width: 100%;
    display: block;
}

.search-box {
    position: relative;
    float: right;
    width: 90px;
    padding: 0 50px 0 20px;
    height: 38px;
    border: 1px solid #EAEAEA;
    border-radius: 20px;
    margin-right: 3%;
    margin-top: 30px;
    overflow: hidden;
}

.search-box .txt {
    border: 0 none;
    width: 100%;
    height: 38px;
    line-height: 38px;
    margin: 0;
    padding: 0;
}

.search-box .btn {
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 18px;
    line-height: 40px;
}

.nav {
    position: relative;
    float: right;
    display: block;
    z-index: 1;
    margin-right: 1%;
}

.nav>ul>li {
    position: relative;
    float: left;
    display: inline-block;
}

.nav>ul>li:before {
    content: '';
    position: absolute;
    left: 0;
    width: 1px;
    height: 7px;
    background-color: #CECECE;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.nav>ul>li:first-child:before {
    display: none;
}

.nav>ul>li>a {
    position: relative;
    display: block;
    line-height: 100px;
    font-size: 16px;
    padding: 0 30px;
}

.nav>ul>li>a:before {
    content: "";
    width: 2px;
    height: 16px;
    background-color: #C30517;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: -16px;
    transition: all .3s cubic-bezier(.55, .085, .68, .53)
}

.nav>ul>li>a:hover:before,
.nav>ul>li>a.hov:before,
.nav>ul>li>a.active:before {
    top: 0;
}

.nav>ul>li>a.active {
    color: #C30517;
}

.nav .subnav {
    position: absolute;
    left: 50%;
    margin-left: -69px;
    width: 118px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    padding: 10px;
    display: none;
    text-align: center;
    box-shadow: 0 6px 6px rgb(0 0 0 / 10%);
}

.nav .subnav p {
    padding-bottom: 10px;
}

.nav .subnav a {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}

.nav .subnav a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #C30517;
    transition: .3s;
    -webkit-transition: .3s;
}

.nav .subnav a:hover::before {
    width: 100%;
}

.menu-handler {
    position: fixed;
    right: 0;
    top: 0;
    width: 55px;
    height: 55px;
    display: none;
    cursor: pointer;
    z-index: 1010;
    transition: 0.35s;
}

.menu-handler span {
    position: relative;
    display: block;
    margin: 27.5px 0 0 17.5px;
    width: 10px;
    height: 2px;
    background-color: #333;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s;
}

.menu-handler span:after,
.menu-handler span:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 2px;
    left: 0;
    background-color: #333;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s
}

.menu-handler span:before {
    top: -7px;
    -webkit-transition-property: top, transform;
    -moz-transition-property: top, transform;
    -ms-transition-property: top, transform;
    -o-transition-property: top, transform;
    transition-property: top, transform;
}

.menu-handler span:after {
    bottom: -7px;
    -webkit-transition-property: bottom, transform;
    -moz-transition-property: bottom, transform;
    -ms-transition-property: bottom, transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
}

.menu-handler.active span {
    height: 2px;
    background-color: transparent;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    -ms-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s
}

.menu-handler.active span:after,
.menu-handler.active span:before {
    -webkit-transition-delay: 0s, .3s;
    -moz-transition-delay: 0s, .3s;
    -ms-transition-delay: 0s, .3s;
    -o-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s;
}

.menu-handler.active span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menu-handler.active span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-handler.active {
    top: 0;
}

.menuBox a:link,
.menuBox a:visited {
    color: #333333;
}

.menuMoblie .nav-link.active,
.menuMoblie .cur .nav-link,
.menuMoblie .nav-link:hover {
    background: #D00305;
}

.menuMoblie .nav-link:active i,
.menuMoblie .nav-link:hover i {
    color: #fff;
    transform: rotate(90deg);
}

.menuBox a:active,
.menuBox a:hover,
.menuMoblie .cur .nav-link {
    color: #fff;
}

.menuBox {
    border-top: 1px solid #e4e4e4;
    background-color: #fff;
    color: #333333;
    position: fixed;
    display: none;
    right: 0px;
    top: 55px;
    width: 100%;
    height: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-overflow-scrolling: touch;
    z-index: 1008;
    -webkit-transition: all .5s cubic-bezier(.25, .46, .45, .94);
    -moz-transition: all .5s cubic-bezier(.25, .46, .45, .94);
    -ms-transition: all .5s cubic-bezier(.25, .46, .45, .94);
    -o-transition: all .5s cubic-bezier(.25, .46, .45, .94);
    transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.menuMoblie {
    margin: 0 0 100px 0;
}

.menuMoblie .nav-link {
    position: relative;
    display: block;
    font-size: 18px;
    padding: 14px 5% 14px 10%;
}

.menuMoblie .nav-link i {
    float: right;
    color: #b1b1b1;
    font-size: 20px;
    vertical-align: middle;
}

.menuMoblie li {
    opacity: 0;
    visibility: hidden;
    transition: 0.55s;
    transform: scale(1.1) translateX(100px);
    border-bottom: 1px solid #e4e4e4;
}

.menuMoblie li:nth-child(1) {
    transition-delay: 0;
}

.menuMoblie li:nth-child(2) {
    transition-delay: 0.1s;
}

.menuMoblie li:nth-child(3) {
    transition-delay: 0.2s;
}

.menuMoblie li:nth-child(4) {
    transition-delay: 0.3s;
}

.menuMoblie li:nth-child(5) {
    transition-delay: 0.4s;
}

.menuMoblie li:nth-child(6) {
    transition-delay: 0.5s;
}

.menuMoblie li:nth-child(7) {
    transition-delay: 0.6s;
}

.menuMoblie li:nth-child(8) {
    transition-delay: 0.7s;
}

.menuMoblie li:nth-child(9) {
    transition-delay: 0.8s;
}

.menuMoblie .subnav {
    padding: 12px 5% 12px 10%;
    display: none;
}

.menuMoblie .subnav .item {
    display: block;
    /*padding: 0px 5% 0 10%;*/
}

.menuMoblie .subnav .item:active a,
.menuMoblie .subnav .item:hover a {
    /*background: #999;*/
    color: #D00305 !important;
}

.menuMoblie .subnav a {
    position: relative;
    display: block;
    padding: 12px 0;
    line-height: 1.4;
    font-size: 16px;
}

.menuOpen .menuBox {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.menuOpen .menuBox li {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateX(0);
}

.fixedImg {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.linkA {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/w0.png) no-repeat;
    z-index: 10;
}

.foot {
    background-color: #EFEFEF;
}

.foot a:link,
.foot a:visited {
    color: #636465;
}

.foot a:active,
.foot a:hover {
    color: #C30517;
}

.foot-t {
    padding: 80px 7%;
    border-bottom: 1px solid #515355;
}

.foot-list {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.foot-list .address-tit {
    font-size: 16px;
    color: #303132;
}

.foot-list .address-txt {
    margin-bottom: 18px;
}

.foot-list .title {
    color: #303132;
    font-size: 16px;
    padding-bottom: 10px;
    position: relative;
    line-height: 1.5;
    margin-bottom: 20px;
}

.foot-list .title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 16px;
    height: 2px;
    background-color: #C30517;
}

.foot-nav p {
    margin-bottom: 11px;
    line-height: 1.4;
    color: #636465;
}

.foot-b {
    padding: 30px 7%;
    border: 1px solid #ECEDEE;
    color: #515355;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.foot-b p {
    flex: 1;
}

.foot-b img {
    width: 440px;
    height: 32px;
    margin-left: 20px;
}

.fwl,
.fwr {
    display: inline-block;
    vertical-align: top;
}

.frt1 {
    display: block;
    color: #515355;
    font-size: 12px;
    line-height: 1;
}

.frt2 {
    display: block;
    font-family: "DINMittelschriftStd";
    line-height: 1.3;
    color: #515355;
    font-size: 20px;
}

.frtt {
    width: 101px;
    margin-top: 10px;
}

.frtt img {
    display: block;
    width: 100%;
}

.innerW {
    width: 86%;
    margin: 0 auto;
}

.ellipsisT {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.transition6 {
    transition: 0.6s;
    -webkit-transition: 0.6s;
}

.scaleO:hover .imgw {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
}

.tr3 {
    transition: all .3s cubic-bezier(.55, .085, .68, .53);
    -webkit-transition: all .3s cubic-bezier(.55, .085, .68, .53);
}

.link-select-box {
    position: relative;
    width: 216px;
    height: 30px;
    margin-left: 20px;
    transition: .3s;
    -webkit-transition: .3s;
}

.link-select-box .mt {
    padding: 0 30px 0 10px;
    border: 1px solid #515355;
    position: relative;
    cursor: pointer;
    line-height: 30px;
    color: #333;
    font-size: 12px;
}

.link-select-box .mt .aw {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #666666;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.link-select-box .mc {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 100%;
    z-index: 100;
    display: none;
}

.link-select-box ul {
    border: 1px solid #515355;
    border-bottom: 0 none;
    background-color: #EFEFEF;
    overflow: hidden;
}

.link-select-box a {
    display: block;
    padding: 8px 10px;
    line-height: 1.4;
    font-size: 12px;
}

.link-select-box a:hover {
    color: #fff;
    background-color: #d00305;
}

.link-select-box.act .mt .aw {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

.black-top {
    position: fixed;
    right: 0;
    bottom: 0;
    visibility: hidden\9;
    opacity: 0;
    transition: .3s;
    -webkit-transition: .3s;
}

.black-top.showme {
    visibility: visible\9;
    opacity: 1;
    z-index: 1000;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
}

.blackTop {
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #d00305;
    border-radius: 5px;
    display: block;
    line-height: 60px;
    font-size: 30px;
    color: #fff;
}

.pageC a:link,
.pageC a:visited {
    color: #333;
}

.pageC a:active,
.pageC a:hover {
    color: #D00305;
}

.pageC img {
    max-width: 100% !important;
    height: auto !important;
}

.pageC {
    overflow: hidden;
    text-align: justify;
}

.transition6 {
    transition: 0.6s;
    -webkit-transition: 0.6s;
}

.scaleO:hover .imgw {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
}


/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-loading .slick-list {
    background: #fff;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

a.slick-disabled {
    cursor: not-allowed;
}


/* Arrows */

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none;
    outline: none;
}


/* Dots */

.slick-dots {
    position: absolute;
    bottom: 0;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0px;
    width: 100%;
    z-index: 400;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0px 5px;
    padding: 0px;
    cursor: pointer;
}

@-webkit-keyframes nextSlide {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes nextSlide {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.pageH {
    height: 100px;
}

.banner a:link,
.banner a:visited {
    color: #fff;
}

.banner a:active,
.banner a:hover {
    color: #fff;
}

.banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: #fff;
    color: #fff;
}

.banner .item {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.banner .pimg {
    width: 100%;
    display: block;
    position: absolute;
    overflow: hidden;
    position: relative;
    transition: transform 3.5s;
    -webkit-transition: transform 3.5s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.banenr-bor1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 14.58%;
}

.banenr-bor2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 14.58%;
}

.banner .desc {
    position: absolute;
    width: 86%;
    left: 7%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 200;
}

.banner .box {
    transition: transform 3.5s;
    -webkit-transition: transform 3.5s;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    opacity: 0;
    visibility: hidden;
}

.banner .desc .zh {
    font-size: 50px;
    line-height: 1.2;
}

.banner .desc .by {
    font-size: 24px;
    padding: 15px 0 0;
}

.bankdemo .slick-current .pimg {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.bankdemo .slick-current .box {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.banner-more {
    background-color: #C30517;
    border: 0 none;
}

.banner-more .ico {
    background: url(../images/jt1.png) no-repeat scroll center center;
    padding-left: 18px;
    margin-left: 18px;
}

@-webkit-keyframes fade-in-blur {
    0% {
        -webkit-filter: blur(5px);
        filter: blur(5px);
        opacity: 0;
        -webkit-transform: translateY(20%);
        transform: translateY(20%)
    }

    40% {
        opacity: 1
    }

    to {
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fade-in-blur {
    0% {
        -webkit-filter: blur(5px);
        filter: blur(5px);
        opacity: 0;
        -webkit-transform: translateY(20%);
        transform: translateY(20%)
    }

    40% {
        opacity: 1
    }

    to {
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20%);
        transform: translateY(20%)
    }

    40% {
        opacity: 1
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20%);
        transform: translateY(20%)
    }

    40% {
        opacity: 1
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes wordsRFade {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0;
        visibility: hidden
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        visibility: visible
    }
}

@-moz-keyframes wordsRFade {
    0% {
        -moz-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0;
        visibility: hidden
    }

    100% {
        -moz-transform: none;
        transform: none;
        opacity: 1;
        visibility: visible
    }
}

@keyframes wordsRFade {
    0% {
        -webkit-transform: translateX(50px);
        -moz-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0;
        visibility: hidden
    }

    100% {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
        opacity: 1;
        visibility: visible
    }
}

.banner .slick-current .item-span span {
    visibility: visible;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: wordsRFade;
    animation-name: wordsRFade;
}

.banner .slick-dots {
    right: 3.5%;
    top: 40%;
    width: 7px;
    height: auto;
}

.banner .slick-dots li {
    margin: 20px 0 0 0;
    width: auto;
    height: auto;
}

.banner .slick-dots li a {
    position: relative;
    width: 7px;
    height: 7px;
    background-color: #fff;
    display: block;
    border-radius: 50%;
}

.banner .slick-dots li a:before {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 50%;
    border: 1px solid #fff;
    transform: scale(0);
    transition: all .3s cubic-bezier(.55, .085, .68, .53);
    -webkit-transition: all .3s cubic-bezier(.55, .085, .68, .53);
    opacity: 0;
    width: 9px;
    height: 9px;
    border: 1px solid #C30517;
}

.banner .slick-dots li.slick-active a {
    background-color: #C30517;
}

.banner .slick-dots li.slick-active a::before {
    transform: inherit;
    opacity: 1;
}

.banner-numbox {
    position: absolute;
    left: 7%;
    bottom: 5.5%;
    width: 95px;
    line-height: 1;
}

.banner-numbox:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 16px;
    background-color: rgba(255, 255, 255, .5);
}

.banner-numbox svg {
    width: 25px;
    height: 15px;
    fill: #fff;
    transition: all .3s cubic-bezier(.55, .085, .68, .53);
    -webkit-transition: all .3s cubic-bezier(.55, .085, .68, .53);
}

.banner-numbox .bitem:hover svg {
    fill: #C30517;
}

.banner-prev {
    float: left;
}

.banner-next {
    float: right;
}

.mouseIco {
    border-radius: 50px;
    width: 24px;
    height: 36px;
    border: 2px solid #fff;
    margin: 0px auto;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -14px;
    bottom: 5.5%;
}

.mouseIco i {
    width: 2px;
    height: 8px;
    border-radius: 2px;
    display: block;
    background-color: #AD0111;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 5px;
    -webkit-animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
    animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}

@keyframes mouse-dot {
    from {
        opacity: 0;
    }

    33% {
        opacity: 1;
    }

    to {
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
        opacity: 0;
    }
}

@-webkit-keyframes mouse-dot {
    from {
        opacity: 0;
    }

    33% {
        opacity: 1;
    }

    to {
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
        opacity: 0;
    }
}

.hot-npage {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    background-color: #F7F8F9;
}

.hot-npage .t {
    width: 140px;
    background-color: #B90214;
    color: #fff;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    margin-right: 30px;
}

.hot-npage .t .iconfont {
    font-size: 26px;
    line-height: 1;
    margin-right: 10px;
}

.hot-npage .desc {
    flex: 1;
    width: 50%;
}

.oa-link {
    width: 116px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    /*border: 1px solid #999;*/
    background-color: #B90214;
    color: #fff;
    text-align: center;
    margin: 0 57px 0 30px;
}

.oa-link .iconfont {
    margin-left: 5px;
}

.oa-link:hover {
    transform: scale(1.03);
}

.hot-swiper .swiper-slide {
    width: auto;
}

.hot-swiper .swiper-slide a {
    font-size: 14px;
    color: #515355;
}

.hot-swiper .swiper-slide a:hover {
    color: #C30517;
}

.about-page {
    padding: 120px 0;
    width: 86%;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.ititle {
    margin-bottom: 50px;
}

.ititle .zh {
    color: #181D21;
    font-size: 46px;
    line-height: 1.5;
    font-weight: bold;
}

.ititle .zh2 {
    color: #181D21;
    font-size: 30px;
    line-height: 1.5;
}

.ititle .en {
    font-size: 16px;
    font-family: DINMittelschriftStd;
    color: #515355;
}

.ititle .bot {
    width: 16px;
    height: 4px;
    background-color: #C30517;
    display: block;
    margin-top: 20px;
}

.about-desc {
    width: 58%;
    color: #515355;
}

.about-desc .con {
    margin-bottom: 80px;
}

.about-pbox {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.about-ptxt {
    width: 76%;
}

.about-type {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.about-type li {
    position: relative;
    width: 20%;
    color: #CCCCCC;
    transition: .3s;
    -webkit-transition: .3s;
    padding-bottom: 10px;
}

.about-type li::before {
    content: "";
    width: 100%;
    height: 3px;
    background-.prodemo .imgcolor: #C30517;
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
    transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    visibility: hidden\9;
}

.about-type li:hover::before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0;
    -webkit-transform-origin: 0;
    visibility: visible\9;
}

.about-type li:hover {
    color: #C30517;
}

.about-type .ico {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 10px;
}

.about-type .t {
    font-size: 16px;
}

.about-num {
    width: 130px;
}

.about-num li {
    color: #515355;
    font-size: 16px;
    margin-bottom: 20%;
}

.about-num li:last-child {
    margin-bottom: 0;
}

.about-num .num {
    color: #C30517;
    line-height: 1.2;
}

.about-num .count {
    font-size: 46px;
    font-family: 'Gilroy';
    font-weight: bold;
}

.about-video {
    width: 39%;
}

.about-videoitem {
    margin-top: 110px;
    position: relative;
    cursor: pointer;
}

.about-videoitem .vico {
    position: absolute;
    width: 80px;
    left: 50%;
    top: 50%;
    margin: -40px 0 0 -40px;
}

.about-videoitem .vico svg {
    width: 80px;
    fill: #fff;
    opacity: 0.88;
    transition: all .3s cubic-bezier(.55, .085, .68, .53);
    -webkit-transition: all .3s cubic-bezier(.55, .085, .68, .53);
}

.about-videoitem:hover .vico svg {
    fill: #C30517;
    opacity: 0.7;
}

.about-videoitem .vlogo {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 104%;
}

.video-in {
    width: 100%;
}

.prodemoBox {
    position: relative;
}

.prodemoBox .ititle {
    position: absolute;
    left: 7%;
    top: 20%;
    z-index: 2;
}

.prodemoBox .ititle .zh {
    color: #fff;
}

.prodemo .img {
    position: relative;
    overflow: hidden;
}

.prodemo .img .bg {
    width: 46%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.prodemo .img .bg img {
    width: 100%;
    display: block;
}

.prodemo .desc {
    width: 30%;
    position: absolute;
    right: 7%;
    bottom: 154px;
    color: #fff;
}

.prodemo .desc .t {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.4;
}

.prodemo .desc .en {
    font-size: 20px;
    font-family: DINMittelschriftStd;
    line-height: 1.8;
}

.prodemo .desc .by {
    font-size: 26px;
    line-height: 1.5;
    padding: 8% 0;
}

.prodemo .desc .bot {
    width: 16px;
    height: 4px;
    background-color: #fff;
    display: block;
    margin: 20px 0;
}

.prodemo .desc .c {
    height: 75px;
    overflow: hidden;
    margin-bottom: 60px;
}

.prodemo .desc .b {
    text-align: right;
}

.pro-more {
    display: block;
    margin-top: 60px;
}

.pro-more .ico {
    background: url(../images/jt1.png) no-repeat scroll center center;
    padding-left: 18px;
    margin-left: 18px;
}

.prodemo .slick-dots {
    right: 3.5%;
    width: auto;
    bottom: 154px;
    height: auto;
    line-height: 7px;
    z-index: 204;
}

.prodemo .slick-dots li {
    margin: 20px 0 0 0;
    width: auto;
    height: auto;
    display: block;
}

.prodemo .slick-dots li a {
    position: relative;
    width: 7px;
    height: 7px;
    background-color: #fff;
    display: block;
    border-radius: 50%;
}

.prodemo .slick-dots li.slick-active a {
    background-color: #C30517;
}

.prodemo .bg {
    -webkit-transition: .5s cubic-bezier(.4, 0, .2, 1);
    transition: .5s cubic-bezier(.4, 0, .2, 1);
    opacity: 0;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
}

.prodemo .desc {
    opacity: 0;
    -webkit-transition: all 0.6s 0.3s cubic-bezier(0.41, -0.2, 0.4, 1.19);
    transition: all 0.6s 0.3s cubic-bezier(0.41, -0.2, 0.4, 1.19);
    margin-bottom: 20px;
}

.prodemo .-moving .bg {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transition-delay: .4s;
    -webkit-transition-delay: .4s;
}

.prodemo .-moving .desc {
    opacity: 1;
    margin-bottom: 0;
    transition-delay: .8s;
    -webkit-transition-delay: .8s;
}

.new-nav {
    position: relative;
    margin: -90px auto 124px;
    background-color: #fff;
    border-radius: 32px 0 32px 0;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    overflow: hidden;
    box-shadow: 0 13px 44px rgb(0, 0, 0, .2);
}

.new-nav li {
    position: relative;
    width: 25%;
    text-align: center;
    padding-top: 50px;
    height: 150px;
    cursor: pointer;
}

.new-nav li:hover .ico img {
    -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    -webkit-animation: gelatine 0.5s 1;
    animation: gelatine 0.5s 1;
}

@keyframes gelatine {

    from,
    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }

    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }

    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
}

.new-nav li:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 30px;
    background-color: #E0E0E0;
    top: 50%;
    margin-top: -15px;
    left: 0;
}

.new-nav li:first-child:before {
    display: none;
}

.new-nav li:after {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #C30517;
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
    transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    visibility: hidden\9;
}

.new-nav li.active:after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0;
    -webkit-transform-origin: 0;
    visibility: visible\9;
}

.new-nav li.active .ico {
    -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    -webkit-animation: gelatine 0.5s 1;
    animation: gelatine 0.5s 1;
}

@keyframes gelatine {

    from,
    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }

    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }

    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }

    from,
    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-webkit-keyframes gelatine {

    from,
    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }

    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }

    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
}

.new-nav .zh {
    font-size: 16px;
    color: #181D21;
    padding: 20px 0 4px;
    line-height: 1.2;
}

.new-nav .en {
    font-size: 12px;
    font-family: DINMittelschriftStd;
    color: #939393;
}

.new-inum {
    position: absolute;
    left: 7%;
    bottom: 130px;
    width: 190px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-family: DINMittelschriftStd;
}

.new-inum svg {
    width: 25px;
    height: 15px;
    fill: #fff;
    transition: all .3s cubic-bezier(.55, .085, .68, .53);
    -webkit-transition: all .3s cubic-bezier(.55, .085, .68, .53);
}

.new-inum .bitem:hover svg {
    fill: #C30517;
}

.new-inum .num i {
    font-style: inherit;
    font-weight: bold;
    font-size: 16px;
}

.new-inum .num .anum {
    font-size: 36px;
}

.new-more {
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #B32624;
    border-radius: 50%;
    color: #fff;
    line-height: 40px;
    text-align: center;
    margin-top: 70px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: .5s cubic-bezier(.4, 0, .2, 1);
    transition: .5s cubic-bezier(.4, 0, .2, 1);
}

.new-more:hover i {
    display: block;
    margin: 0 auto;
}

.new-more .party-more {
    position: absolute;
    width: 88px;
    left: 50%;
    margin-left: -44px;
    -webkit-transition: .5s cubic-bezier(.4, 0, .2, 1);
    transition: .5s cubic-bezier(.4, 0, .2, 1);
    opacity: 0;
    transform: translateX(-104px);
    -webkit-transform: translateX(-104px);
}

.new-more .party-more svg {
    fill: #fff;
}

.new-more:hover {
    width: 104px;
    border-radius: 20px 0 20px 0;
    -webkit-transition: .3s cubic-bezier(.4, 0, .2, 1);
    transition: .3s cubic-bezier(.4, 0, .2, 1);
}

.new-more:hover i {
    opacity: 0;
    transform: translateX(-104px);
    -webkit-transform: translateX(-104px);
}

.new-more:hover .party-more {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
}

.pos-ov {
    position: relative;
    overflow: hidden;
}

.pvideo-bg {
    position: fixed;
    z-index: 1000;
    left: -9999px;
    top: -9999px;
    bottom: 0;
    right: 0;
    background: none rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s 0.3s, visibility .4s 0.3s;
    transition: opacity .4s 0.3s, visibility .4s 0.3s;
}

.pvideo-box {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 900px;
    left: 50%;
    margin-left: -450px;
    -webkit-transition: top 0.3s ease, opacity .3s ease;
    transition: top 0.3s ease, opacity .3s ease;
    opacity: 0;
    background-color: #fff;
}

.pvideo-box .videon {
    width: 100%;
    display: block;
}

.pv-close {
    position: absolute;
    right: -60px;
    top: 0;
    width: 60px;
    height: 60px;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    background-color: #333333;
}

.pv-close:hover {
    background-color: #770409;
    color: #fff;
}

.overlay {
    opacity: 1;
    visibility: visible;
    opacity: 1;
    left: 0;
    top: 0;
    transition-delay: 0;
    z-index: 9999;
}

.overlay .pvideo-box {
    top: 50%;
    opacity: 1;
    transition-delay: 0.4s;
}

.iboxT {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.iboxT .zh {
    font-size: 30px;
    line-height: 1.5;
    color: #333333;
}

.iboxT .en {
    font-size: 16px;
    color: #CCCCCC;
    text-transform: uppercase;
}

.iboxT .more {
    color: #999999;
    font-size: 16px;
}

.iboxT .more:hover {
    color: #C30517;
}

.iboxT2 .zh {
    color: #fff;
}

.iboxT2 .en {
    color: #DC818A;
}

.iboxT2 .more,
.iboxT2 .more:hover {
    color: #fff;
}

.one-box {
    padding: 0 0 60px 0;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    ;
}

.one-left {
    width: 64.5%;
    position: relative;
}

.one-right {
    width: 30%;
    background-color: #B90214;
}

.one-left .iboxT {
    position: absolute;
    right: 0;
    width: 48%;
    z-index: 2;
}

.one-img-demo {
    /*overflow: hidden;*/
}

.one-img-demo .slick-list {
    overflow: visible;
}

.one-img-demo,
.one-img-demo .item {
    height: 334px;
}

.one-img-demo .item {
    transition: 0.45s;
}

/*.one-img-demo .item:hover{
    box-shadow: 0 15px 15px -15px rgba(0,0,0,.16);
}*/
.one-img-demo .item:hover .desc:before {
    width: 100%;
}

.one-img-demo .img {
    float: left;
    display: block;
    width: 49%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.one-img-demo .desc {
    position: relative;
    float: right;
    display: block;
    width: 48%;
    margin-top: 112px;
    border-top: 1px solid #F5F5F5;
    /*border-bottom: 1px solid #B90214;*/
    padding: 35px 0 30px;
}

.one-img-demo .desc .c {
    height: 50px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-indent: 2em;
}

.one-img-demo .title {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #C30517;
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 25px;
    padding-left: 38px;
    position: relative;
}

.one-img-demo .title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background-color: #C30517;
    border-radius: 50%;
}

.one-img-demo .title .time {
    font-size: 16px;
    font-family: 'Gilroy';
    width: 90px;
    text-align: right;
}

.one-img-demo .title .zh {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.one-img-demo .desc .moreN1 {
    float: right;
}

.one-img-demo .desc .moreN1 i {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    margin-left: 10px;
    font-size: 24px;
}

.one-img-demo .desc .moreN1 i:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 19px;
    background: #C30517;
}

.moreN1 {
    font-size: 14px;
    color: #C30517;
    line-height: .8;
    display: inline-block;
    margin-top: 10px;
}

.one-img-demo .slick-dots {
    left: 3.5%;
    width: auto;
    bottom: 3%;
    height: auto;
    line-height: 10px;
    z-index: 204;
}

.one-img-demo .slick-dots li {
    margin: 0 0 0 5px;
}

.one-img-demo .slick-dots li a {
    position: relative;
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, .5);
    display: block;
    border-radius: 50%;
}

.one-img-demo .slick-dots li.slick-active a {
    background-color: #fff;
}

.one-newlist1 li {
    position: relative;
    border-bottom: 1px solid #F5F5F5;
    transition: 0.45s;
}

.one-newlist1 li:hover:before {
    width: 100%;
}

.one-newlist1 li:before,
.one-img-demo .desc:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #B90214;
    z-index: 1;
    transition: 0.45s;
}

.one-newlist1 a {
    display: block;
    position: relative;
    height: 92px;
    line-height: 92px;
    padding-left: 40px;
    color: #181D21;
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
}

.one-newlist1 a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #999999;
    border-radius: 50%;
}

.one-newlist1 .time {
    color: #636465;
    font-size: 16px;
    font-family: 'Gilroy';
    float: right;
    margin-left: 10px;
    transition: all .3s cubic-bezier(.55, .085, .68, .53);
    -webkit-transition: all .3s cubic-bezier(.55, .085, .68, .53);
}

.one-newlist1 a:hover,
.one-newlist1 a:hover .time,
.one-newlist1 .active a,
.one-newlist1 .active a .time {
    color: #C30517;
}

.one-newlist1 a:hover::before,
.one-newlist1 .active a::before {
    background-color: #C30517;
}

.one-right .iboxT {
    padding: 30px;
}

.one-two-demo {
    height: 490px;
    overflow: hidden;
}

.one-two-demo .box {
    position: relative;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    height: 98px;
    padding: 0 30px;
}

.one-two-demo .box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: .3s;
    transition: .3s;
}

.one-two-demo .moreN1 {
    color: #fff;
    border-left-color: #fff;
    opacity: 0;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    visibility: hidden;
    -webkit-transition: .3s cubic-bezier(.4, 0, .2, 1);
    transition: .3s cubic-bezier(.4, 0, .2, 1);
}

.one-two-demo .desc {
    flex: 1;
    margin-right: 20px;
}

.one-two-demo .title {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 4px;
    font-weight: normal;
}

.one-two-demo .time {
    font-size: 14px;
    color: #E39AA1;
    font-family: 'Gilroy';
}

.one-two-demo .item:hover .box::before {
    background-color: #C73543;
}

.one-two-demo .item:hover .moreN1 {
    transform: inherit;
    -webkit-transform: inherit;
    opacity: 1;
    visibility: visible;
}

.pbanner {
    position: relative;
    overflow: hidden;
}

.pbanner .imgbox {
    height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    animation: nextSlide 2s cubic-bezier(.25, .46, .45, .94) both .3s
}

.pbanner-c {
    position: absolute;
    left: 50%;
    margin-left: -700px;
    width: 1400px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.pbanner-c::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    height: 0;
    background-color: #fff;
    -webkit-transition: .6s .3s;
    transition: .6s .3s;
}

.pbanner-c.action::before {
    height: 100%;
}

.pbanner-c .zh {
    font-size: 40px;
    font-weight: 500;
    margin-left: 20px;
    line-height: 1;
    margin-bottom: 20px;
}

.pbanner-c .en {
    font-size: 16px;
    font-family: 'Gilroy';
    line-height: 1.2;
    text-transform: uppercase;
    margin-left: 20px;
}

.pbanner-c .bot {
    display: block;
    width: 28px;
    height: 2px;
    background-color: #FDE006;
    margin-top: 15px;
}

.inner1400 {
    width: 1400px;
    margin: 0 auto;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.bgF8 {
    background-color: #f8f8f8;
}

.page-nav-box a:link,
.page-nav-box a:visited {
    color: #585858;
}

.page-nav-box a:active,
.page-nav-box a:hover {
    color: #D00305;
}

.page-nav-box {
    border-bottom: 1px solid #CFCFCF;
    font-size: 16px;
}

.page-nav-btn {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-nav-list li {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 50px 0 0;
}

.page-nav-list a {
    position: relative;
    font-size: 16px;
    height: 72px;
    line-height: 72px;
    padding: 0 5px;
    display: block;
    z-index: 1;
    font-weight: 500;
    color: #585858;
}

.page-nav-list a::before {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #D00305;
    position: absolute;
    left: 0;
    bottom: -1px;
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
    transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    visibility: hidden\9;
}

.page-nav-list a.active:before,
.page-nav-btn a:hover:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0;
    -webkit-transform-origin: 0;
    visibility: visible\9;
}

.page-nav-list a.active,
.page-nav-list a:hover {
    color: #D00305;
}

.page-padding {
    padding: 60px 0;
}


/*news style*/

.timebox {
    width: 78px;
    padding: 14px 0;
    text-align: center;
    background-color: #d00305;
    color: #fff;
    font-family: 'Gilroy';
    transition: .3s;
    -webkit-transition: .3s;
}

.timebox span {
    display: block;
    line-height: 1.1;
}

.timebox .year {
    font-size: 24px;
    font-weight: bold;
}

.timebox .day {
    font-size: 20px;
}

.news-list li {
    position: relative;
    background-color: #fff;
    margin-bottom: 35px;
    /*display: -webkit-flex;
    display: flex;
    justify-content: space-between;*/
}

.news-list li:hover .timebox {
    /*background-color: #D00305;
    color: #fff;*/
    box-shadow: 0 5px 10px rgba(208, 3, 5, .7);
}

.news-list .timebox {
    position: absolute;
    right: 0;
    top: 0;
}

.news-list .img {
    float: left;
    width: 37%;
}

.news-list .img img {
    height: 100%;
    object-fit: cover;
}

.news-list .desc {
    /*flex: 1;*/
    float: right;
    width: 63%;
    box-sizing: border-box;
    padding: 80px 6% 0 5%;
}

.nopic .desc {
    float: none;
    width: 100%;
    padding: 80px 6% 50px 5% !important;
}

.news-list .title {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 25px;
    color: #333333;
    font-weight: bold;
    transition: .3s;
    -webkit-transition: .3s;
}

.news-list .c {
    text-indent: 2em;
    color: #666;
    margin-bottom: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.news-list .jt {
    font-size: 28px;
    line-height: 1;
    transition: .3s;
    -webkit-transition: .3s;
}

.news-list li:hover .title,
.news-list li:hover .jt {
    color: #D00305;
}

.paging a:link,
.paging a:visited {
    color: #666;
}

.paging a:active,
.paging a:hover {
    color: #D00305;
}

.paging {
    text-align: center;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
}

.paging .item {
    margin: 0 4px;
    border: 1px solid #CCCCCC;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
}

.paging .item:hover,
.paging .item.active {
    background-color: #DE000A;
    border-color: #DE000A;
    color: #fff;
}

.paging .btn-item {
    border: 1px solid #EEEEEE;
    background-color: #fff;
    box-shadow: 0 1px 3px rgb(145, 145, 145, .16);
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    margin: 0 22px;
}

.inner1624 {
    width: 84.58%;
    margin: 0 auto;
}

.pro-nav {
    box-shadow: inherit;
}


/*news style end*/


/*product style*/

.pk-more {
    display: block;
    position: relative;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #DDDDDD;
    border-radius: 10px 0 10px 0;
    z-index: 2;
    transition: all .01s ease .23s;
    overflow: hidden;
    font-size: 14px;
    color: #585858;
    font-weight: normal;
}

.pk-more:before {
    background: #C30517;
    z-index: -1;
    transition: all .3s cubic-bezier(.25, .46, .45, .94)
}

.pk-more:after,
.pk-more:before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    height: 100%;
    width: 100%
}

.pk-more:after {
    background: #D3232F;
    z-index: -2;
    transition: all .4s cubic-bezier(.25, .46, .45, .94) .02s
}

.pk-more .txt {
    transition: all .3s cubic-bezier(.25, .46, .45, .94)
}

.pk-more .ico {
    padding-left: 10px;
    line-height: 1;
    font-size: 20px;
    position: relative;
    top: 2px;
}

.pk-more:hover,
.pw32list li:hover .pk-more,
.pl4right:hover .pk-more {
    cursor: pointer;
    color: #fff;
    border-color: #D3232F;
}

.pk-more:hover:before,
.pw32list li:hover .pk-more:before,
.pl4right:hover .pk-more:before {
    left: 0;
    width: 100%;
    transition: all .3s cubic-bezier(.55, .085, .68, .53) .02s
}

.pk-more:hover:after,
.pw32list li:hover .pk-more:after,
.pl4right:hover .pk-more:after {
    left: 0;
    width: 100%;
    transition: all .3s cubic-bezier(.55, .085, .68, .53)
}

.pk-more:hover .txt,
.pw32list li:hover .pk-more .txt,
.pl4right:hover .pk-more .txt {
    color: #fff
}

.industrial-list {
    padding-bottom: 140px;
}

.industrial-list dd {
    position: relative;
    padding-top: 100px;
}

.industrial-list dd::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 48%;
    height: 50%;
    background-color: #F8F8F8;
    transition: .3s;
    -webkit-transition: .3s;
}

.industrial-item {
    display: -webkit-flex;
    display: flex;
}

.industrial-item .img {
    width: 52.85%;
    box-shadow: 0 20px 30px rgb(0, 0, 0, .16);
}

.industrial-item .img img {
    height: 100%;
    object-fit: cover;
}

.industrial-item .desc {
    flex: 1;
    padding: 45px 80px 65px;
}

.industrial-item .en {
    color: #D00305;
    font-family: 'Gilroy';
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 15px;
}

.industrial-item .title {
    font-size: 26px;
    color: #333333;
    line-height: 1.5;
    margin-bottom: 40px;
}

.industrial-item .c {
    font-size: 15px;
    color: #585858;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify;
    margin-bottom: 45px;
}

.industrial-list dd:hover::before {
    background-color: #FDF2F2;
}

.industrial-list dd:hover .pk-more {
    cursor: pointer;
    color: #fff;
    border-color: #D3232F;
}

.industrial-list dd:hover .pk-more:before {
    left: 0;
    width: 100%;
    transition: all .3s cubic-bezier(.55, .085, .68, .53) .02s
}

.industrial-list dd:hover .pk-more:after {
    left: 0;
    width: 100%;
    transition: all .3s cubic-bezier(.55, .085, .68, .53)
}

.industrial-list dd:hover .pk-more .txt {
    color: #fff
}

.industrial-list dd:nth-child(2n+2) .industrial-item {
    flex-direction: row-reverse;
}

.industrial-list dd:nth-child(2n+2)::before {
    left: auto;
    right: 0;
}


/*product style end*/

.about-cu {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.about-left {
    width: 26%;
}

.about-cu .about-num {
    width: 100%;
    text-align: center;
}

.about-cu .about-num .desc {
    position: relative;
    z-index: 2;
}

.about-cu .about-num .num {
    color: #B8BABB;
}

.about-cu .about-num .txt {
    position: absolute;
    padding-left: 10px;
}

.about-cu .about-num .img {
    position: absolute;
    left: 0;
    width: 100%;
    top: 42%;
    transform: translateY(-50%);
    z-index: -1;
}

.about-cu .about-num li {
    position: relative;
    padding-bottom: 76px;
    margin-bottom: 50px;
    color: #B8BABB;
}

.about-cu .about-num li:last-child {
    margin-bottom: 0;
}

.about-cu .about-num li::after {
    content: "";
    position: absolute;
    background: url(../images/xx.png) no-repeat scroll center center;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 36px;
}

.about-cu .about-num li:hover .img {
    opacity: 1;
    visibility: visible;
}

.about-cu .about-num li:nth-child(2) .num {
    color: #D3232F;
}

.about-cu .about-num li:nth-child(2) .t {
    color: #fff;
}

.about-right {
    width: 63%;
}

.about-cu-txt .t1 {
    font-size: 40px;
    color: #D3232F;
    line-height: 1.5;
}

.about-cu-txt .t2 {
    font-size: 20px;
    color: #585858;
    line-height: 1.2;
    margin-bottom: 50px;
    font-weight: 600;
    text-transform: uppercase;
}

.about-cu-txt .c {
    font-size: 15px;
    color: #585858;
}

.pageT {
    margin-bottom: 50px;
}

.pageT .t1 {
    font-size: 20px;
    color: #D3232F;
    line-height: 1.5;
    margin-bottom: 10px;
}

.pageT .t2 {
    font-size: 40px;
    color: #555555;
    line-height: 1.5;
    font-weight: 500;
}

.about-cu-line {
    height: 1px;
    width: 100%;
    background-color: #A1A1A1;
    margin: 12% 0;
}

.lc-demo {
    position: relative;
}

.lc-demo::before {
    content: "";
    position: absolute;
    left: 0;
    top: 115px;
    width: 100%;
    height: 1px;
    background-color: #E6E6E6;
}

.lc-demo .t {
    position: relative;
    height: 80px;
    position: relative;
    color: #C8C8C8;
    font-size: 26px;
    line-height: 1;
    font-family: 'Gilroy';
    margin-bottom: 24px;
    transition: .3s;
    -webkit-transition: .3s;
    text-align: center;
}

.lc-demo .t .name {
    position: absolute;
    left: 0;
    bottom: 0;
}

.lc-demo .num {
    margin-left: 20px;
    width: 24px;
    height: 51px;
    transition: .3s;
    -webkit-transition: .3s;
}

.lc-demo .num .y {
    position: relative;
    width: 22px;
    height: 22px;
    display: block;
    border: 1px solid #DDDDDD;
    border-radius: 50%;
    transition: .35s cubic-bezier(.23, 1, .32, 1);
    -webkit-transition: .35s cubic-bezier(.23, 1, .32, 1);
}

.lc-demo .num .y::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #DDDDDD;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .35s cubic-bezier(.23, 1, .32, 1);
    -webkit-transition: .35s cubic-bezier(.23, 1, .32, 1);
}

.lc-demo .num .line {
    width: 1px;
    height: 0;
    background-color: #D00305;
    display: block;
    margin: 0 auto;
    transition: .35s cubic-bezier(.23, 1, .32, 1);
    -webkit-transition: .35s cubic-bezier(.23, 1, .32, 1);
}

.lc-demo .c {
    padding: 40px 0 0 0;
    font-size: 16px;
    color: #555555;
    height: 184px;
    overflow: hidden;
    opacity: 0;
    visibility: visible;
    transform: translateX(10%);
    -webkit-transform: translateX(10%);
}

.lc-demo .item {
    cursor: pointer;
}

.lc-demo .item.active .t,
.lc-demo .slick-current .t {
    opacity: 0;
}

.lc-demo .item.active .c,
.lc-demo .slick-current .c {
    opacity: 1;
    visibility: visible;
    transform: inherit;
    -webkit-transform: inherit;
    transition: .55s cubic-bezier(.23, 1, .32, 1);
    -webkit-transition: .55s cubic-bezier(.23, 1, .32, 1);
}

.lc-demo .item.active .num,
.lc-demo .slick-current .num {
    margin: 0;
}

.lc-demo .item.active .num .y,
.lc-demo .slick-current .y {
    border-color: #D00305;
}

.lc-demo .item.active .num .y::before,
.lc-demo .slick-current .y:before {
    background-color: #D00305;
}

.lc-demo .item.active .num .line,
.lc-demo .slick-current .num .line {
    height: 27px;
    transition-delay: .5s;
    -webkit-transition-delay: .5s;
}

.lc-demo .slick-arrow {
    position: absolute;
    width: 64px;
    height: 64px;
    line-height: 64px;
    z-index: 406;
    top: -120px;
    text-align: center;
    color: #666;
    background-color: #fff;
    box-shadow: 0 3px 6px rgb(145, 145, 145, .16);
    border-radius: 50%;
    font-size: 14px;
    border: 1px solid #EEEEEE;
}

.lc-demo .slick-prev {
    right: 84px;
}

.lc-demo .slick-next {
    right: 0;
}

.lc-demo .slick-arrow i {
    display: block;
    font-family: "iconfont" !important;
    font-size: 30px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lc-demo .slick-prev i:before {
    content: "\e625";
}

.lc-demo .slick-next i:before {
    content: "\e624";
}

.lc-demo .slick-arrow:hover {
    color: #D00305;
}

.lc-tab .item {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.lc-img {
    position: relative;
    width: 100%;
    transition: .45s cubic-bezier(.23, 1, .32, 1);
    -webkit-transition: .45s cubic-bezier(.23, 1, .32, 1);
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: translate3d(0px, 0px, -150px) rotateX(0deg) rotateY(-35deg);
}

.lc-tab .time {
    position: relative;
    background-color: #D00305;
    color: #fff;
    width: 50%;
    padding: 90px 10% 20px;
    margin-left: 25%;
    margin-top: -100px;
    z-index: -1;
    text-align: right;
    font-family: 'Gilroy';
    font-size: 55px;
    line-height: 1.2;
}

.lc-tab .slick-current .lc-img {
    transform: translate3d(0px, 0px, -150px) rotateX(0deg) rotateY(35deg);
}

.ab2jgt {
    text-align: center;
}

.ab2jgt img {
    display: inline-block;
    max-width: 100%;
}

.gbt1 {
    display: block;
    color: #181D21;
    font-size: 40px;
    line-height: 1.5;
}

.gbt2 {
    display: block;
    font-family: 'Gilroy';
    color: #999999;
    font-size: 20px;
    line-height: 1.5;
    text-transform: uppercase;
}

.ab1box1 {
    margin-top: 70px;
    text-align: center;
}

.ab1box1 li {
    position: relative;
    display: inline-block;
    width: 30.333%;
    margin: 0 2%;
}

.ab1box1 li:hover .ab31t img,
.ab1box2 li:hover .ab31t img,
.ab1box3 li:hover .ab3tp img,
.ab1box4 li:hover .ab3tp img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

.ab31t {
    overflow: hidden;
}

.ab31t img {
    display: block;
    width: 100%;
    transition: 0.45s;
}

.ab31w {
    position: absolute;
    z-index: 1;
    background: #C30517;
    padding: 15px;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    width: 307px;
}

.aw31n {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
    font-weight: normal;
}

.aw31l {
    display: block;
    color: rgba(255, 255, 255, .7);
    font-size: 14px;
    line-height: 1.5;
    margin-top: 5px;
    height: 42px;
    overflow: hidden;
}

.ab1box2 {
    margin-top: 140px;
    margin-left: -3%;
}

.ab1box2 li {
    position: relative;
    float: left;
    width: 30.333%;
    margin-left: 3%;
    text-align: center;
}

.ab3bot2 {
    margin-top: 180px;
}

.ab1box3 {
    text-align: center;
    margin-top: 100px;
}

.ab1box3 li {
    display: inline-block;
    width: 20%;
    margin: 0 4%;
    text-align: center;
}

.ab3tp {
    border-radius: 50%;
    overflow: hidden;
}

.ab3tp img {
    display: block;
    width: 100%;
    transition: 0.45s;
}

.ab3wz {
    text-align: center;
    margin-top: 20px;
}

.aw3name {
    display: block;
    color: #181D21;
    font-size: 18px;
    font-weight: normal;
}

.aw3zw {
    display: block;
    color: #666666;
    font-size: 14px;
}

.ab1box4 {
    margin-top: 90px;
    text-align: center;
    margin-left: -5%;
}

.ab1box4 li {
    float: left;
    width: 20%;
    margin-left: 5%;
}

.ab4nr {
    margin-top: 40px;
    color: #585858;
    font-size: 15px;
}

.ab4cont {
    margin-top: 120px;
}

.acb4item {
    display: none;
    position: relative;
}

.ai4pic {
    overflow: hidden;
}

.ai4pic img {
    display: block;
    width: 100%;
}

.ai4wz {
    position: absolute;
    top: 80px;
    left: 75px;
    right: 27%;
    z-index: 1;
}

.ai4bt {
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
}

.ai4bq {
    margin-top: 50px;
}

.ab4txt {
    display: inline-block;
    border-radius: 19px;
    background: #C30517;
    margin-right: 25px;
    color: #fff;
    font-size: 14px;
    padding: 10px 30px;
    line-height: 1.5;
}

.ai4nr {
    color: #fff;
    font-size: 14px;
    margin-top: 50px;
}

.ac4tab {
    display: flex;
    background: #fff;
    border: 1px solid #EEEEEE;
}

.at4qh {
    position: relative;
    flex: 1;
    text-align: center;
    line-height: 80px;
    color: #666666;
    font-size: 16px;
    transition: 0.45s;
}

.at4qh:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #d00305;
    transition: 0.45s;
}

.at4qh:not(:first-child) {
    border-left: 1px solid #EEEEEE;
}

.at4qh.active {
    color: #C30517;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .16);
}

.at4qh:hover:before {
    width: 100%;
}

.ab5nr {
    padding: 0 130px;
}

.an5logo {
    text-align: center;
}

.an5logo img {
    display: inline-block;
    max-width: 100%;
}

.an5txt {
    color: #585858;
    font-size: 15px;
    text-align: center;
    margin-top: 60px;
}

.ab5bot {
    margin-top: 70px;
}

.ab5item {
    position: relative;
    float: left;
    width: 50%;
}

.ab5item:hover .aw5w1 {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) translateY(-50%) scale(0.8);
    transform: translate3d(0, -100%, 0) translateY(-50%) scale(0.8);
}

.ab5item:hover .aw5w2 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0) translateY(-50%) scale(1);
    transform: translate3d(0, 0, 0) translateY(-50%) scale(1);
}

.ab5item:hover .ai5pic:before {
    background: rgba(195, 5, 23, .76);
}

.ai5pic {
    position: relative;
    overflow: hidden;
}

.ai5pic:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .16);
    z-index: 1;
    transition: 0.45s;
}

.ai5pic img {
    display: block;
    width: 100%;
}

.aw5w1,
.aw5w2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
    width: 90%;
    text-align: center;
    z-index: 10;
}

.aw5w1 {
    transition: .45s cubic-bezier(.2, 1, .3, 1);
}

.aw5w2 {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0) scale(0.8);
    transform: translate3d(0, 100%, 0) scale(0.8);
    transition: 0.45s;
}

.aw51t1 {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.5;
}

.aw51t2 {
    display: block;
    font-family: 'Gilroy';
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.at2t1 {
    color: #fff;
    font-size: 16px;
}

.at2t2 {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    l
}

.pdwrap1 {
    padding: 78px 0 0 0;
}

.pw1bot {
    position: relative;
    padding: 58px 45px 78px 0;
}

.pw1bot:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 79%;
    height: 100%;
    background: #F7F8FA;
    z-index: -1;
}

.pw1left {
    position: relative;
    float: left;
    width: 39%;
    z-index: 3;
}

.pw1left:before {
    content: "";
    position: absolute;
    left: -15px;
    bottom: -15px;
    width: 59%;
    height: 80%;
    background: #C30517;
    z-index: -3;
}

.pw1left img {
    display: block;
    width: 100%;
}

.pw1right {
    float: right;
    color: #585858;
    font-size: 15px;
    width: 54%;
    margin-top: 30px;
}

.pw1list {
    margin-top: 80px;
}

.pw1list li {
    position: relative;
    background: #F7F8FA;
    margin-top: 50px;
    padding: 50px 140px 45px 67px;
    transition: 0.45s;
}

.pw1list li:hover {
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .16);
}

.pw1list li:hover .pw1t1,
.pw1list li:hover .pw1jt {
    color: #C30517;
}

.pl1pic {
    position: relative;
    float: left;
    width: 18%;
    height: 120px;
}

.pl1pic img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.pl1wz {
    float: right;
    width: 71%;
}

.pw1t1 {
    display: block;
    color: #333333;
    font-size: 20px;
    line-height: 1.5;
}

.pw1t2 {
    color: #666666;
    font-size: 15px;
    margin-top: 25px;
    height: 54px;
    overflow: hidden;
}

.pw1jt {
    display: block;
    color: #999999;
    font-size: 26px;
    line-height: 1;
    margin-top: 35px;
}

.pd3wrap1 {
    padding: 110px 0 80px 0;
}

.pw31bt {
    color: #333333;
    font-size: 26px;
    line-height: 1.5;
    text-align: center;
}

.pw31eng {
    font-family: 'Gilroy';
    font-size: 14px;
    color: #D00305;
    text-transform: uppercase;
    line-height: 1.5;
    text-align: center;
    margin-top: 5px;
}

.pw31nr {
    color: #585858;
    font-size: 15px;
    text-align: center;
    margin-top: 40px;
}

.mySwiper.swiper {
    width: 100%;
    padding-top: 80px;
}

.mySwiper .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 260px;
}

.mySwiper .swiper-slide img {
    display: block;
    width: 100%;
}

.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .6);
}

.mySwiper .swiper-button-next:after,
.mySwiper .swiper-button-prev:after {
    font-size: 18px;
    color: #fff;
}

.mySwiper .swiper-button-next:hover,
.mySwiper .swiper-button-prev:hover {
    background: rgba(195, 5, 23, .6);
}

.mySwiper .swiper-slide-active .mstxt {
    opacity: 1;
    visibility: visible;
    margin-top: 20px;
    color: #fff;
    background: #C30517;
}

.mstxt {
    opacity: 0;
    visibility: hidden;
    display: block;
    text-align: center;
    color: #181D21;
    font-size: 16px;
    margin-top: 30px;
    transition: 0.45s;
    padding: 5px 0;
}

.swiper-slide-shadow-right,
.swiper-slide-shadow-left {
    display: none;
}

.pd3wrap2 {
    background: #F7F8FA;
    padding: 77px 0 118px 0;
}

.pw32list {
    margin-top: 46px;
}

.pw32list li {
    position: relative;
    background: #fff;
    margin-top: 35px;
}

.pl3tp {
    float: left;
    width: 39%;
}

.pl3tp {
    float: left;
    width: 39%;
    overflow: hidden;
}

.pl3tp img {
    display: block;
    width: 100%;
    transition: 0.45s;
}

.pl3wz {
    float: right;
    width: 61%;
    box-sizing: border-box;
    padding: 70px 80px 0 70px;
}

.pl3t1 {
    color: #181D21;
    font-size: 24px;
    line-height: 1.5;
}

.pl3t2 {
    color: #181D21;
    font-size: 14px;
    margin-top: 30px;
    height: 76px;
    overflow: hidden;
}

.pl3wz .pk-more {
    font-weight: normal;
    margin-top: 40px;
}

.pd3wrap3 {
    padding: 120px 0;
}

.pw33list li {
    background: #F7F8FA;
}

.pw32list li:hover .pl3tp img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

.pd4wrap {
    padding-bottom: 140px;
}

.pw4list li {
    position: relative;
    margin-top: 100px;
}

.pw4list li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 92%;
    background: #F7F8FA;
    z-index: -1;
}

.pl4left {
    float: left;
    width: 59%;
}

.pl4dt {
    position: relative;
    overflow: hidden;
}

.pl4item {
    position: relative;
    float: left;
    overflow: hidden;
}

.pl4item img {
    display: block;
    width: 100%;
    transition: 0.45s;
}

.pl4xt {
    position: relative;
    margin-top: 20px;
}

.pl4xt .slick-list {
    overflow: visible;
}

.pl4xt .slick-current.px4item {
    border: 2px solid #C30517;
}

.pl4xt .slick-current.px4item:before {
    height: 60px;
}

.px4item {
    position: relative;
    float: left;
    margin-right: 12px;
    border: 2px solid rgba(255, 255, 255, 0);
    transition: 0.45s;
    cursor: pointer;
}

.px4item:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
    width: 3px;
    height: 0;
    background: #C30517;
    transition: 0.45s;
    z-index: 1;
}

.px4item img {
    display: block;
    width: 100%;
}

.pl4right {
    position: relative;
    float: right;
    width: 34%;
    margin: 128px 34px 0 0;
}

.pr4bt {
    color: #181D21;
    font-size: 24px;
    line-height: 1.5;
}

.pr4ms {
    color: #181D21;
    font-size: 14px;
    margin-top: 40px;
    height: 76px;
    overflow: hidden;
}

.pl4right .pk-more {
    margin-top: 70px;
}

.pdtop {
    background: #F2F2F2;
    padding: 20px 8%;
}

.pttxt {
    position: relative;
    display: inline-block;
    color: #999999;
    font-size: 14px;
}

.pttxt:hover {
    color: #C30517;
}

.pttxt i {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    margin-right: 20px;
}

.pttxt:not(:first-child) {
    margin-left: 20px;
    padding-left: 20px;
}

.pttxt:not(:first-child):before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background: #D5D5D5;
}

.product_detail .pttxt a {
    color: #999;
    font-size: 14px;
}

.product_detail .pttxt:hover {
    color: #999;
}

.product_detail .pttxt a:hover {
    color: #d00305;
}

.pdcont {
    background: #F8F8F8;
    padding: 105px 0 120px 0;
    overflow: hidden;
}

.pdct .pctitle {
    float: left;
}

.pctitle {
    color: #333333;
    font-size: 30px;
    line-height: 1.5;
    text-align: center;
}

.pcshare {
    display: none;
    float: right;
}

.pcsicon {
    display: inline-block;
    vertical-align: middle;
    color: #A7A7A7;
    font-size: 20px;
    margin-left: 30px;
    line-height: 45px;
}

.pcsicon:hover {
    color: #C30517;
}

.pdcnr {
    color: #666666;
    font-size: 14px;
    margin-top: 70px;
}

.pdcbanner {
    position: relative;
    width: 1000px;
    margin: 70px auto 0;
}

.pdcbanner .slick-arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    z-index: 406;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, .43);
    border-radius: 50%;
    font-size: 14px;
}

.pdcbanner .slick-prev {
    left: -15%;
}

.pdcbanner .slick-next {
    right: -15%;
}

.pdcbanner .slick-arrow i {
    display: block;
    font-family: "iconfont" !important;
    font-size: 15px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pdcbanner .slick-prev i:before {
    content: "\e8b5";
}

.pdcbanner .slick-next i:before {
    content: "\eb95";
}

.pdcbanner .slick-arrow:hover {
    color: #fff;
    background: #C30517;
}

.pdcbanner .slick-list {
    overflow: visible;
}

.pcbitem {
    position: relative;
    float: left;
    margin: 0 10px;
}

.pcbitem img {
    display: block;
    width: 100%;
}

.cultural-wrap {
    padding-top: 78px;
}

.cwfirst {
    position: relative;
    overflow: hidden;
}

.cwfirst .slick-dots {
    width: auto;
    left: 59%;
    bottom: 30px;
    line-height: 1.5;
}

.cwfirst .slick-dots li {
    margin-right: 13px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #CBCBCB;
}

.cwfirst .slick-dots li a {
    position: relative;
    display: block;
    border-radius: 50%;
}

.cwfirst .slick-dots li.slick-active {
    background-color: #C30517;
}

.cfitem {
    position: relative;
    float: left;
}

.cfipic {
    float: left;
    width: 54%;
    overflow: hidden;
}

.cfipic img {
    display: block;
    width: 100%;
}

.cfiwz {
    float: right;
    width: 41%;
}

.cfwdate {
    display: block;
    font-family: 'Gilroy';
    background: #C30517;
    width: 60px;
    height: 60px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 10px;
    line-height: 1.5;
    color: #fff;
    font-size: 14px;
}

.cfwbt {
    color: #333333;
    font-size: 22px;
    line-height: 1.5;
    margin-top: 60px;
}

.cfwms {
    color: #666666;
    font-size: 14px;
    margin-top: 20px;
    height: 50px;
    overflow: hidden;
}

.cfwbtn {
    display: block;
    color: #C30517;
    font-size: 14px;
    font-weight: normal;
    margin-top: 50px;
}

.clbot2 {
    padding: 16px 0 160px 0;
    margin-top: 70px;
}

.cwlist li {
    position: relative;
    padding: 40px 0;
    border-bottom: 1px solid rgba(112, 112, 112, .2);
}

.cwlist li:hover .cwltp img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

.cwlist li:hover .cwlt2,
.cwlist li:hover .cwljt {
    color: #DE000A;
}

.cwltp {
    float: left;
    width: 15%;
    overflow: hidden;
}

.cwltp img {
    display: block;
    width: 100%;
    transition: 0.45s;
}

.cwlwz {
    float: left;
    width: 59%;
    margin-left: 4%;
}

.cwlt1 {
    display: block;
    font-family: 'Gilroy';
    color: #999999;
    font-size: 14px;
}

.cwlt2 {
    color: #333333;
    font-size: 20px;
    font-weight: normal;
}

.cwlt3 {
    color: #666666;
    font-size: 14px;
    margin-top: 20px;
    height: 50px;
    overflow: hidden;
}

.cwljt {
    float: right;
    color: #999999;
    font-size: 25px;
    margin-right: 5%;
    margin-top: 20px;
    line-height: 1.5;
}

.bulding-wrap {
    padding: 50px 0 110px 0;
}

.bwlist {
    margin-left: -3%;
}

.bwlist li {
    position: relative;
    float: left;
    width: 30.333%;
    margin: 60px 0 0 3%;
    background: #F9F9F9;
    transition: 0.45s;
}

.bwlist li:hover {
    background: #fff;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
}

.bwlist li:hover .bwlpic img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

.bwlist li:hover .bwltit,
.bwlist li:hover .bwbicon,
.bwlist li:hover .bwbdate {
    color: #C30517;
}

.bwlist li:hover .bwlbt:before {
    width: 100%;
}

.bwlpic {
    overflow: hidden;
}

.bwlpic img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: 0.45s;
}

.bwlwz {
    padding: 15px 10px;
    text-align: center;
}

.bwltit {
    color: #000000;
    font-size: 18px;
    line-height: 1.5;
    font-weight: normal;
}

.bwlms {
    color: #555555;
    font-size: 14px;
    margin-top: 30px;
    height: 76px;
    overflow: hidden;
}

.bwlbt {
    position: relative;
    border-top: 1px solid rgba(51, 51, 51, .2);
    padding: 20px 24px;
}

.bwlbt:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #C30517;
    transition: 0.45s;
}

.bwbicon {
    display: block;
    float: left;
    color: #666666;
    font-size: 18px;
    line-height: 1.5;
}

.bwbdate {
    display: block;
    font-family: 'Gilroy';
    float: right;
    color: #999999;
    font-size: 14px;
}

.pro-wrap {
    padding: 70px 0 120px 0;
}

.prlist li {
    position: relative;
    padding: 70px 0;
    border-bottom: 1px solid rgba(112, 112, 112, .2);
}

.prlist li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #C30517;
    transition: 0.45s;
}

.prlist li:hover:before {
    width: 100%;
}

.prlist li:hover .prldate,
.prlist li:hover .prwbt,
.prlist li:hover .prwjt {
    color: #C30517;
}

.prldate {
    font-family: 'Gilroy';
    float: left;
    text-align: center;
    color: #d00305;
    font-size: 14px;
    line-height: 1;
    transition: 0.35s;
}

.prldate b {
    display: block;
    font-size: 50px;
}

.prlwz {
    float: left;
    width: 68%;
    margin-left: 7%;
}

.prwbt {
    color: #333333;
    font-size: 20px;
    line-height: 1.5;
    transition: 0.35s;
}

.prwms {
    color: #666666;
    font-size: 14px;
    margin-top: 20px;
    height: 50px;
    overflow: hidden;
}

.prwjt {
    float: right;
    color: #999999;
    font-size: 27px;
    margin-top: 35px;
    margin-right: 90px;
}

.ndt {
    margin-top: 50px;
}

.ndtl {
    float: left;
}

.ndtxt {
    display: inline-block;
    vertical-align: middle;
    color: #666666;
    font-size: 14px;
    margin-right: 88px;
}

.ndnr,
.ndnr span {
    font-family: "微软雅黑" !important;
    font-size: 16px !important;
    margin-top: 30px;
    padding-top: 50px;
    border-top: 1px solid #D5D5D5;
}

.ndnr span {
    border-top: none !important;
}

.ndnr p {
    background: none !important;
}

.ndbt {
    margin-top: 50px;
    padding-top: 35px;
    border-top: 1px solid #D5D5D5;
}

.ndbt a {
    display: block;
    width: 50%;
    color: #999999;
    font-size: 14px;
    box-sizing: border-box;
}

.ndbl {
    float: left;
    padding-right: 10px;
}

.ndbr {
    float: right;
    text-align: right;
    padding-left: 10px;
}

.ndbt a:hover {
    color: #C30517;
}

.ctbot1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.cb1way {
    float: left;
    width: 25%;
    text-align: center;
}

.cw1icon {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
    border: 1px solid #C30517;
    color: #C30517;
    font-size: 22px;
}

.cw1wz {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.cw1t1 {
    display: block;
    color: #333333;
    font-size: 14px;
}

.cw1t2 {
    font-family: 'Gilroy';
    color: #333333;
    font-size: 24px;
    line-height: 1.5;
    font-weight: normal;
}

.cb1ewm {
    width: 75px;
}

.cb1ewm img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.maps {
    width: 100%;
    height: 400px;
}

.anchorBL {
    display: none;
}

.ctbot2 {
    width: 900px;
    margin: 40px auto 0;
}

.cb2txt1 {
    text-align: center;
    color: #333333;
    font-size: 32px;
    line-height: 1.5;
}

.cb2txt2 {
    color: #666666;
    font-size: 16px;
    margin-top: 20px;
    text-align: center;
}

.cb2form {
    margin-top: 30px;
}

.cf2item {
    margin-top: 10px;
    margin-left: -3%;
}

.ci2l {
    float: left;
    width: 23.5%;
    height: 38px;
    line-height: 38px;
    background: #fff;
    border: 1px solid #DDDDDD;
    margin-left: 2%;
    box-sizing: border-box;
    padding: 0 15px;
    overflow: hidden;
}

.ci2l:first-child {
    margin-left: 0;
}

.ci2srk {
    display: block;
    float: left;
    width: 90%;
    border: none;
    background: none;
    color: #666666;
    font-size: 14px;
    line-height: 1;
    height: 100%;
}

.ci2xh {
    display: block;
    float: right;
    color: #FF0000;
    font-size: 12px;
    font-style: normal;
}

.ci2xw {
    float: left;
    width: 30.333%;
    margin-left: 3%;
}

.ci2xw .ci2l {
    float: none;
    width: 100%;
    margin-left: 0;
}

.ci2dw {
    float: left;
    width: 100%;
    background: #fff;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    padding: 10px 15px;
}

.cd2area {
    display: block;
    float: left;
    width: 100%;
    color: #666666;
    font-size: 14px;
    border: none;
    height: 60px;
    resize: none;
}

.cz2sr {
    float: left;
    width: 60%;
    height: 44px;
    line-height: 44px;
    background: #fff;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    padding: 0 20px;
}

.ci2yzm {
    margin-top: 15px;
}

.cz2code {
    float: right;
    width: 35%;
}

.cz2code img {
    display: block;
    width: 100%;
    height: 44px;
    object-fit: contain;
}

.cf2submit {
    display: block;
    width: 180px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #d00305;
    margin: 40px auto 0;
    color: #FFF;
    font-size: 14px;
    border: 0;
    cursor: pointer;
}

.contact-wrap {
    padding-bottom: 40px;
}

.contact2-wrap {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    padding: 34px 0 168px 0;
}

.cw2list li {
    display: flex;
}

.cwl2item {
    float: left;
    width: 27.333%;
    /*height: 430px;*/
    margin: 0 3%;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-sizing: border-box;
    padding: 50px 40px 20px 40px;
    margin-top: 68px;
}

.cl2bt {
    position: relative;
    color: #333333;
    font-size: 24px;
    padding-bottom: 30px;
    line-height: 1.5;
    border-bottom: 1px solid rgba(112, 112, 112, .2);
    margin-bottom: 30px;
    font-weight: normal;
}

.cl2bt:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: #C30517;
}

.cl2txt {
    display: block;
    color: #666666;
    font-size: 16px;
    margin-top: 15px;
}

.cl2ewm {
    width: 90px;
    margin: 40px auto 0;
}

.cl2ewm img {
    display: block;
    width: 100%;
}

.srsrk {
    position: absolute;
    width: 900px;
    height: 60px;
    line-height: 60px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.srwb {
    display: block;
    float: left;
    width: 80%;
    line-height: 60px;
    border: none;
    box-sizing: border-box;
    padding: 0 30px;
    color: #666;
    font-size: 16px;
}

.srbtn {
    display: block;
    float: right;
    color: #666;
    font-size: 30px;
    margin-right: 30px;
}

.srbtn:hover {
    color: #C30517;
}

.srbt {
    color: #333;
    font-size: 34px;
}

.srlist {
    margin-top: 50px;
}

.srlist li {
    position: relative;
    padding: 30px 0;
    border-bottom: 1px solid #eee;
}

.srlist li:hover .srltxt {
    color: #C30517;
}

.srltxt {
    float: left;
    width: 70%;
    color: #666;
    font-size: 18px;
    line-height: 1.5;
}

.srldate {
    display: block;
    float: right;
    color: #999;
    font-size: 16px;
}

.bgF2 {
    background: #f2f2f2;
}

.page-padding .tit {
    font-size: 48px;
    font-weight: 500;
}

.page-padding .tit strong {
    display: inline-block;
}

.page-padding .tit span {
    font-size: 18px;
    margin-left: 10px;
    border-bottom: 2px solid #d00305;
}

.page-padding .about_txt {
    color: #949494;
    font-size: 14px;
    line-height: 25px;
    margin: 30px 0 0;
}

.page-padding .about_img {
    width: 100%;
    overflow: hidden;
    margin: 20px 0 0;
}

.page-padding .about_img img {
    width: 100%;
}

.culBoxOne {
    background: #f8f8f9;
}

.culBoxOne1 .item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.culBoxOne1_L {
    width: 65.8%;
    padding: 30px 30px 45px 45px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.culBoxOne1_L .tt {
    font-weight: 700;
    font-size: 24px;
    color: #ffffff;
}

.culBoxOne1_L .text {
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    padding-top: 18px;
}

.culBoxOne1_R {
    width: 32%;
    background: #ffffff;
}

.culBoxOne1_R .img_box img {
    width: 100%;
}

.culBoxOne1_R .bottom_box {
    padding: 40px 10px 90px 35px;
}

.culBoxOne1_R .bottom_box .tt {
    font-weight: 700;
    font-size: 24px;
    color: #444444;
}

.culBoxOne1_R .bottom_box .text {
    font-size: 16px;
    color: #444444;
    padding-top: 10px;
}

.culBoxOne1>.item:nth-child(2) {
    margin-top: 30px;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.culBoxTwo {
    background: url(../images/culture_05.jpg) no-repeat center center / cover;
}

.culBoxTwo_w {
    padding: 210px 0 210px;
}

.culBoxTwo1 .item {
    padding-bottom: 25px;
}

.culBoxTwo1 .item .tt {
    font-weight: 700;
    font-size: 24px;
    color: #ffffff;
    line-height: initial;
}

.culBoxTwo1 .item .text {
    font-size: 16px;
    color: #ffffff;
    padding-top: 10px;
    line-height: initial;
}

.culBoxTwo1>.item:last-child {
    padding-bottom: 0;
}

.culBoxThree {
    background: url(../images/culture_06.jpg) no-repeat center center / cover;
}

.culBoxThree1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.culBoxThree1 .item {
    width: calc(100% / 4);
    padding: 0 20px;
}

.culBoxThree1 .item:hover .icon {
    -ms-animation: swing 0.8s linear;
    -webkit-animation: swing 0.8s linear;
    animation: swing 0.8s linear;
}

.culBoxThree1 .item .icon {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    border: 2px solid #bc2424;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.culBoxThree1 .item .icon img {
    max-width: 100%;
    max-height: 100%;
}

.culBoxThree1 .item .tt {
    font-weight: 700;
    font-size: 24px;
    color: #000000;
    text-align: center;
    padding-top: 20px;
}

.culBoxThree1 .item .text {
    font-size: 16px;
    color: #000000;
    line-height: 26px;
    text-align: center;
    padding-top: 10px;
}

.culBoxTwo {
    background: url(../images/culture_05.jpg) no-repeat center center / cover;
}

#pages {
    text-align: center;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}

#pages li {
    margin: 0 4px;
    border: 1px solid #CCCCCC;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    cursor: pointer;
}

#pages li:first-child,
#pages li:last-child {
    border: 1px solid #EEEEEE;
    background-color: #fff;
    box-shadow: 0 1px 3px rgb(145, 145, 145, .16);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    margin: 0 22px;
}

#pages li:hover,
#pages li.active {
    background-color: #DE000A;
    border-color: #DE000A;
    color: #fff;
}

#pages li a {
    color: inherit;
    display: block;
}


.page-padding .product-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-padding .product-content .item {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    margin-bottom: 25px;
    background: #ffffff;
    border: 1px solid #dddddd;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    box-sizing: border-box;
}

.page-padding .product-content .item:nth-child(4n) {
    margin-right: 0;
}

.page-padding .product-content .item:hover {
    border-color: #d00305;
}

.page-padding .product-content .item a {
    display: block;
    height: 100%;
    padding: 20px 5px 20px;
    box-sizing: border-box;
}

.page-padding .product-content .item .item_top {
    padding: 0 20px 8px;
    box-sizing: border-box;
    border-bottom: 1px solid #dddddd;
}

.page-padding .product-content .item .tt_box {
    padding-bottom: 10px;
}

.page-padding .product-content .item .tt_box .tt_tit {
    font-weight: 700;
    font-size: 22px;
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page-padding .product-content .item .img_box {
    height: 274px;
    text-align: center;
}

.page-padding .product-content .item img {
    max-width: 100%;
}

.page-padding .product-content .item .text_box {
    padding-top: 30px;
    box-sizing: border-box;
}

.page-padding .product-content .item .text_box div {
    font-size: 14px;
    color: #888888;
    padding-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page-padding .product-content .item .text_box div span {
    font-weight: 700;
    color: #444444;
}

.page-padding .product-content .item .item_bot {
    padding: 25px 20px 0;
    box-sizing: border-box;
}

.page-padding .product-content .item .item_bot div {
    font-size: 14px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    background: #d00305;
    border-radius: 4px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.page-padding .product-content .item .item_bot div:hover {
    opacity: 0.8;
}

.blogpage-section table.noBorderTable td,
.blogpage-section table.noBorderTable th,
.blogpage-section table.noBorderTable caption {
    border: 1px dashed #ddd !important
}

.blogpage-section table.sortEnabled tr.firstRow th,
.blogpage-section table.sortEnabled tr.firstRow td {
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url(../../themes/default/images/sortable.png);
}

.blogpage-section table.sortEnabled tr.firstRow th:hover,
.blogpage-section table.sortEnabled tr.firstRow td:hover {
    background-color: #EEE;
}

.blogpage-section table {
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table;
}

.blogpage-section td,
.blogpage-section th {
    background: white;
    padding: 5px 10px;
    border: 1px solid #DDD;
}

.blogpage-section caption {
    border: 1px dashed #DDD;
    border-bottom: 0;
    padding: 3px;
    text-align: center;
}

.blogpage-section th {
    border-top: 1px solid #BBB;
    background: #F7F7F7;
}

.blogpage-section table tr.firstRow th {
    border-top: 2px solid #BBB;
    background: #F7F7F7;
}

.blogpage-section tr.ue-table-interlace-color-single td {
    background: #fcfcfc;
}

.blogpage-section tr.ue-table-interlace-color-double td {
    background: #f7faff;
}

.blogpage-section td p {
    margin: 0;
    padding: 0;
    text-align: center;
}

.blogpage-section td p span {
    font-size: 14px !important;
}

.blogpage-section table.noBorderTable td,
.blogpage-section table.noBorderTable th,
.blogpage-section table.noBorderTable caption {
    border: 1px dashed #ddd !important
}

.blogpage-section table.sortEnabled tr.firstRow th,
.blogpage-section table.sortEnabled tr.firstRow td {
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url(../../themes/default/images/sortable.png);
}

.blogpage-section table.sortEnabled tr.firstRow th:hover,
.blogpage-section table.sortEnabled tr.firstRow td:hover {
    background-color: #EEE;
}

.blogpage-section table {
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table;
}

.blogpage-section td,
.blogpage-section th {
    background: white;
    padding: 5px 10px;
    border: 1px solid #DDD;
}

.blogpage-section caption {
    border: 1px dashed #DDD;
    border-bottom: 0;
    padding: 3px;
    text-align: center;
}

.blogpage-section th {
    border-top: 1px solid #BBB;
    background: #F7F7F7;
}

.blogpage-section table tr.firstRow th {
    border-top: 2px solid #BBB;
    background: #F7F7F7;
}

.blogpage-section tr.ue-table-interlace-color-single td {
    background: #fcfcfc;
}

.blogpage-section tr.ue-table-interlace-color-double td {
    background: #f7faff;
}

.blogpage-section td p {
    margin: 0;
    padding: 0;
}

.jtit {
    margin-bottom: 30px;
}

.jtit h3 {
    font-size: 24px;
    color: #d00305;
}

.jtit h3 p {
    font-size: 16px;
}

.jbox {
    margin-right: -10px;
    margin-left: -10px;
}

.jbox .jitem {
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.jbox .jitem img {
    width: 100%;
}
.productBox{
    padding: 100px 0 0;
    box-sizing: border-box;
}
.productBox .product-tit{
    margin-bottom: 40px;
    text-align: center;
}
.productBox .product-warp a{
    display: block;
    width: -moz-calc(33.33% - 30px);
    width: -webkit-calc(33.33% - 30px);
    width: calc(33.33% - 30px);
    margin: 0 45px 0 0;
    overflow: hidden;
    background: #f1f5f9 url(../images/product_bg.jpg) no-repeat top center;
    background-size: 100% 100%;
    position: relative;
    float: left;
}

.productBox .product-warp a:last-child{
    margin-right: 0;
}
.productBox .product-warp a h3{
    color: #333333;
    font-weight: lighter;
    position: absolute;
    left: 0px;
    font-size: 24px;
    line-height: 30px;
    padding: 0 30px;
    box-sizing: border-box;
    top: 60px;
}
.productBox .product-warp a .product-img{
    width: 100%;
    overflow: hidden;
}
.productBox .product-warp a .product-img img{
    width: 100%;
    transition: all 0.5s;
}

.productBox .product-warp a:hover .product-img img{
    transform: scale(1.1);
}

.productBox .product-more{
    text-align: center;
}
.productBox .product-more a{
    display: inline-block;
    width: 180px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #d00305;
    margin: 40px auto 0;
    color: #FFF;
    font-size: 14px;
}